home *** CD-ROM | disk | FTP | other *** search
- QSORT.LBR
- These files comprise a recursive quicksort implementation written
- as an 'include' file, a demonstration routine, and some
- supplemental library routines. The 'qsort' include file may be
- used without modification. The only considerations are that
- variable space for 'table[i]' must be allocated with the 'new'
- command before data can be passed to the sorting array, and the
- file marked 'GLOBAL' must appear at the beginning of a user
- program. Furthermore, the 'table' array may be any type; the use
- of 'string' in the 'demo' is completely arbitrary (string[255] is
- specified in the include file). See the 'demo' for more
- information.
-
-
- TUBE110.LBR
-
- This file is a demonstration of i/o redirection in Turbo Pascal.
- The two 'demo's' are self-explanatory. The file, 'stand_io.inc'
- is self-contained, it requires only the starting address of a
- character buffer for data transfer. These routines may be
- redirected; any file or program using 'pipes' or 'filters' may
- serve as input or output (see DOS 2.1 manual for details).
-
-
- Ken Kaplan
- 213-596-8635 (ans. machine)
-
- (c) 1985 Renaissance Software